GH (Go Exception Handled) 

Syntax

[[thread]] GH

Parameter

thread

The thread to execute. This thread must have been stopped by an exception. See Process and Thread Syntax2LMXWU for information on the thread syntax.

 

Description

Marks the given thread s exception as being handled and allows the thread to continue execution at the instruction that caused the exception. This allows the debuggee to handle the exception. You can also use Go Handled from the Run menu to mark the exception as handled.

Use the GN1MY7V9A (Go Exception Not Handled) command to continue execution without marking the exception as handled.